{ "version": 4, "terraform_version": "1.6.1", "serial": 426, "lineage": "db5d308f-8d35-e70e-b465-99478753c063", "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-66eaf43f9a576f641", "ami": "ami-514f1f0c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4299d8a8"], "subnet_id": "subnet-5aa5005c", "key_name": "prod-deploy-key" } } ] } ] }