{ "version": 4, "terraform_version": "1.7.7", "serial": 402, "lineage": "a2eb206c-2ac2-0dbf-f221-158d46274a96", "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-719e3478f91d8b54f", "ami": "ami-05e734cb", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3b19993a"], "subnet_id": "subnet-1466c911", "key_name": "prod-deploy-key" } } ] } ] }