{ "version": 4, "terraform_version": "1.6.7", "serial": 358, "lineage": "163f260c-39d6-f8f8-5ba9-5984cb61be27", "outputs": { "db_endpoint": { "value": "db-1.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-8e6709b48c237f4b0", "ami": "ami-f42a9553", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-bcc315a1"], "subnet_id": "subnet-f5aed2d8", "key_name": "prod-deploy-key" } } ] } ] }