{ "version": 4, "terraform_version": "1.8.9", "serial": 560, "lineage": "ab9b2e8a-ca82-e1f6-ac06-be2e2e0d2c15", "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-f20c19fe9a94bdbb7", "ami": "ami-167d6c45", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-cf9b5313"], "subnet_id": "subnet-9075e780", "key_name": "prod-deploy-key" } } ] } ] }