{ "version": 4, "terraform_version": "1.6.0", "serial": 260, "lineage": "ba22f37c-a55b-e3f4-1765-98a1c6019fba", "outputs": { "db_endpoint": { "value": "db-4.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-145f52fc103f201fb", "ami": "ami-517351d1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-38e081e9"], "subnet_id": "subnet-3f91c126", "key_name": "prod-deploy-key" } } ] } ] }