{ "version": 4, "terraform_version": "1.7.4", "serial": 108, "lineage": "74e15887-f2ca-6cf8-9c7b-9f7f413c1fad", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-952753c68a98cbd86", "ami": "ami-4a4c92c6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-36caf514"], "subnet_id": "subnet-6f8fa0c8", "key_name": "prod-deploy-key" } } ] } ] }