{ "version": 4, "terraform_version": "1.7.0", "serial": 119, "lineage": "24397818-e949-82d3-6510-b959aa626a28", "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-078d824491bf48e47", "ami": "ami-49209f47", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e44a77a7"], "subnet_id": "subnet-f1bc7a4a", "key_name": "prod-deploy-key" } } ] } ] }