{ "version": 4, "terraform_version": "1.6.7", "serial": 374, "lineage": "ca5b92d8-59a8-0d2a-d6d2-fa0d58236c48", "outputs": { "db_endpoint": { "value": "db-3.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-2f156b0d7f6d6cde2", "ami": "ami-41ee2c50", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8f2d2124"], "subnet_id": "subnet-0b30e90a", "key_name": "prod-deploy-key" } } ] } ] }