{ "version": 4, "terraform_version": "1.7.5", "serial": 162, "lineage": "b55cccca-79d7-0c7d-8622-e7de65b47163", "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-caf9f1a4278405397", "ami": "ami-2890ab79", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-45c2dca7"], "subnet_id": "subnet-4ddd4d20", "key_name": "prod-deploy-key" } } ] } ] }