{ "version": 4, "terraform_version": "1.6.8", "serial": 399, "lineage": "aa7561f9-76e9-3870-3987-1417eb985d1d", "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-e086e0e6cc5b6e15e", "ami": "ami-d5aaf4a9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3522c406"], "subnet_id": "subnet-659e48a3", "key_name": "prod-deploy-key" } } ] } ] }