{ "version": 4, "terraform_version": "1.7.0", "serial": 395, "lineage": "1e394458-04c1-a1f0-f24d-a72d7ddade9f", "outputs": { "db_endpoint": { "value": "db-0.us-east-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-b7d4e75e03426a5eb", "ami": "ami-4928b0aa", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1e539272"], "subnet_id": "subnet-ca3d020b", "key_name": "prod-deploy-key" } } ] } ] }